![]() |
PATH![]() |
![]() ![]() |
Obtains a collection containing data describing the current theme.
pascal OSStatus GetTheme (
Collection ioCollection);
The GetTheme function obtains a collection containing a copy of the data for the current theme. The theme data is in the form of collection items, each corresponding to an attribute of the theme. For a given theme, the actual number of collection items may vary, depending upon how fully the theme's attributes are specified. See Theme Collection Tags for descriptions of the possible theme collection items.
Your application can use theme collection tags, along with various Collection Manager functions, to access the data in the collection.
The function SetTheme .